Summary

Inserts date/time when the document was modified

Component properties
Category AS Document
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type inline

When to use

This component is typically used when there is a need to display when the document was last changed. 

Programming interface

Parameters

UseRootDocument
Check this if you want to use the root document to check date on.
Date format
A value that indicates a format string to with the custom date format. For a more information on the different time format strings see the DateTimeFormatInfo class documentation. The default value is "g" which displays a combination of the short date and short time patterns, separated by a space.

Remarks